[Description("The name of the author who created the annotation")] public string Author {get; set;}
public read-write property Author: String;
DescriptionAttribute("The name of the author who created the annotation") public function get,set Author : String
[Description("The name of the author who created the annotation")] public: __property string* get_Author(); public: __property void set_Author( string* value );
[Description("The name of the author who created the annotation")] public: property String^ Author { String^ get(); void set ( String^ value); }
'Declaration
<DescriptionAttribute("The name of the author who created the annotation")> Public Property Author As String